home *** CD-ROM | disk | FTP | other *** search
- /*
- * Changes made to the original unix Ghostscript 2.61 source
- * for the Atari ST/TT platform are listed below.
- */
-
- 1) makefile (unix-gcc.mak)
- i.) general platform-specific changes
- ii.) included stvdi, slm, and GEM image devices
- iii.) added support for direct centronics printing
-
- 2) gdevprn.h
- i.) Set the clist parameters PRN_MAX_BITMAP, PRN_BUFFER_SPACE
- and PRN_MIN_MEMORY_LEFT to 10M, 100K, and 10K.
-
- 3) gdevprn.c
- i.) Changed the gdev_prn_open_printer routine to interpret
- NULL as an instruction to use direct centronics
- printing.
-
- 4) gdevdjet.c
- i.) Changed the left margin of the deskjet and deskjet 500
- drivers to keep them from chopping off the left part
- of some images.
-
- 5) std.h
- i.) Included the file stprint.h to intercept stdio for
- redirection to windows.
-